Skip to content

chore: enforce pnpm 11#448

Open
Sheraff wants to merge 1 commit into
TanStack:mainfrom
Sheraff:opencode/enforce-pnpm-11
Open

chore: enforce pnpm 11#448
Sheraff wants to merge 1 commit into
TanStack:mainfrom
Sheraff:opencode/enforce-pnpm-11

Conversation

@Sheraff
Copy link
Copy Markdown
Contributor

@Sheraff Sheraff commented May 21, 2026

Adds engines.pnpm >=11.0.0 to TanStack/devtools.

Scenario Result
pnpm@11+ install Allowed
pnpm@11+ run ... Allowed
pnpm@9 install Blocked by engines.pnpm
pnpm@9 run ... Blocked by engines.pnpm
pnpm@10 install with default pnpm version management Usually hands off to packageManager and runs as the declared pnpm version
pnpm@10 run ... with default pnpm version management Usually hands off to packageManager and runs as the declared pnpm version
pnpm@10 install with version handoff disabled Blocked by engines.pnpm
pnpm@10 run ... with version handoff disabled Blocked by engines.pnpm
pnpm@9/10 list Not blocked
pnpm@9/10 exec ... Not blocked
Field What It Does
packageManager Helps tools/newer pnpm select or hand off to the declared pnpm version
engines.pnpm: ">=11.0.0" Fails important project workflows when an older pnpm is actually executing them
engines.pnpm Does not intercept every pnpm subcommand

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 21, 2026

Warning

Rate limit exceeded

@Sheraff has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 7 minutes and 17 seconds before requesting another review.

You’ve run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 33d6531d-6988-4d79-8195-cfc0c851feae

📥 Commits

Reviewing files that changed from the base of the PR and between 58d0232 and db11355.

📒 Files selected for processing (1)
  • package.json
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Comment @coderabbitai help to get the list of available commands and usage tips.

@nx-cloud
Copy link
Copy Markdown

nx-cloud Bot commented May 21, 2026

View your CI Pipeline Execution ↗ for commit db11355

Command Status Duration Result
nx affected --targets=test:eslint,test:sherif,t... ✅ Succeeded 2m 47s View ↗
nx run-many --targets=build --exclude=examples/** ✅ Succeeded 41s View ↗

☁️ Nx Cloud last updated this comment at 2026-05-21 21:15:58 UTC

@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new Bot commented May 21, 2026

More templates

@tanstack/angular-devtools

npm i https://pkg.pr.new/@tanstack/angular-devtools@448

@tanstack/devtools

npm i https://pkg.pr.new/@tanstack/devtools@448

@tanstack/devtools-a11y

npm i https://pkg.pr.new/@tanstack/devtools-a11y@448

@tanstack/devtools-client

npm i https://pkg.pr.new/@tanstack/devtools-client@448

@tanstack/devtools-ui

npm i https://pkg.pr.new/@tanstack/devtools-ui@448

@tanstack/devtools-utils

npm i https://pkg.pr.new/@tanstack/devtools-utils@448

@tanstack/devtools-vite

npm i https://pkg.pr.new/@tanstack/devtools-vite@448

@tanstack/devtools-event-bus

npm i https://pkg.pr.new/@tanstack/devtools-event-bus@448

@tanstack/devtools-event-client

npm i https://pkg.pr.new/@tanstack/devtools-event-client@448

@tanstack/preact-devtools

npm i https://pkg.pr.new/@tanstack/preact-devtools@448

@tanstack/react-devtools

npm i https://pkg.pr.new/@tanstack/react-devtools@448

@tanstack/solid-devtools

npm i https://pkg.pr.new/@tanstack/solid-devtools@448

@tanstack/vue-devtools

npm i https://pkg.pr.new/@tanstack/vue-devtools@448

commit: db11355

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant